home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / control.dxr / Scripts & Behaviors_12_Play Trailer 6.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  373 b   |  20 lines

  1. global gMonitorObj, gSoundLevel, gBioValue
  2.  
  3. on mouseDown me
  4.   ResetMonitors(gMonitorObj)
  5.   set gBioValue to 2
  6.   setLeft(gMonitorObj, "galaxy loop")
  7.   setCenter(gMonitorObj, "TRAILER6")
  8.   setRight(gMonitorObj, "Still Loop")
  9.   resetMovie(gMonitorObj)
  10.   set the volume of sprite 24 to gSoundLevel
  11. end
  12.  
  13. on mouseEnter me
  14.   cursor([41, 42])
  15. end
  16.  
  17. on mouseLeave me
  18.   cursor(0)
  19. end
  20.